[CI] implement a bot to remind prs to link issues if not.#13744
Open
sayakpaul wants to merge 6 commits into
Open
[CI] implement a bot to remind prs to link issues if not.#13744sayakpaul wants to merge 6 commits into
sayakpaul wants to merge 6 commits into
Conversation
yiyixuxu
reviewed
May 15, 2026
Collaborator
yiyixuxu
left a comment
There was a problem hiding this comment.
thanks, i left one feedback
| "", | ||
| f"Reminder **{count}/{MAX_REMINDERS}**.", | ||
| ] | ||
| if remaining > 0: |
Collaborator
There was a problem hiding this comment.
I think the 3 reminder schedule works well if we are to do auto-close, we may do that soon,
But for now, let's keep it simple and just post one friendly reminder to see how it goes?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
We implemented a system in #13380 to better tag issues and PRs for managing the maintenance load better ourselves. This was also to better prioritize PRs that are genuine and fix issues users are facing.
To build on top of that, this PR implements a system to periodically remind PR authors if their PR isn't linked to an existing issue(s). We post three reminders (each 7 days apart) and
close the PR automatically after that with an explanation.Testing here: sayakpaul/qwenimage-ptxla#3